entry: Don't try to handle Tab in entry completions
authorBenjamin Otte <otte@redhat.com>
Thu, 3 Nov 2011 21:03:22 +0000 (22:03 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 19:09:11 +0000 (20:09 +0100)
commitcf8f3c07f237e0cb28cc5e506bb01532b323194f
tree000948771963afcaaa9e5a4543f129decdbeec26
parent88da2e81abd1f96c17cc550aed1b80eb4935897f
entry: Don't try to handle Tab in entry completions

Instead, fall through to the default handler after closing the
completion. This has the advantage of letting the file chooser entry
capture the tab key properly, so one can't accidentally move out of the
entry by pressing tab while the completion is popped up.

I also suspect it fixes bugs with weird tab keys and shift/ctrl
oddities. But who knows...
gtk/gtkentry.c